Search Context
interface SearchContext
Base interface for search methods that must be inherited by the DOM interfaces that want to have search mechanisms.
Inheritors
Functions
Link copied to clipboard
Link copied to clipboard
Returns the first Element found in the current search context by the given cssSelector, if any.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the first Element object found in the current search context by the given
className
.Link copied to clipboard
Returns the first Element object found in the current search context by the given
cssSelector
.Link copied to clipboard
Returns the first Element object found in the current search context by the given
id
.Link copied to clipboard
Returns the first Element object found in the current search context by the given
name
.Link copied to clipboard
Returns the first Element object found in the current search context by the given
tagName
.Link copied to clipboard
Returns an immutable list of the Element objects found in the current search context by the given
className
.Link copied to clipboard
Returns an immutable list of the Element objects found in the current search context by the given
cssSelector
.Link copied to clipboard
Returns an immutable list of the Element objects found in the current search context by the given
id
.Link copied to clipboard
Returns an immutable list of the Element objects found in the current search context by the given
name
.Link copied to clipboard
Returns an immutable list of the Element objects found in the current search context by the given
tagName
.Link copied to clipboard
Link copied to clipboard
Returns the first Element found in the current search context by the given cssSelector.
Link copied to clipboard